Secured FTP (SFTP) Library Object

From version 7.3, Real-Time Designer has a new built-in library type, SFTP.

The SFTP library type and associated functions enable you to upload, download, and manage files on one or more SFTP servers.

The business entities in this library are exposed under Business Entities > Library Types > Communication> SFTP.

The functions are exposed under Project > References > Library References > Direct.Common > SFTP.

For more information about working with SFTP functions, see Using SFTP Functions.

Before using the SFTP functions, create an instance of the SFTP business entity. Set the initial values for each of the following SFTP instance properties so that you can connect to the SFTP server.

Name

Input Type

Description

Host Text The host name of the SFTP server.

Password

Text

The password for connecting to the SFTP server.

Port

Number

The port for connecting to the SFTP server.

User Name Text The username for connecting to the SFTP server.

Before you use the SFTP functions, make sure that:

  • The SFTP instance contains the correct parameter values.

  • You are connected to the SFTP server (except for the Connect function).

The functions of SFTP library are listed below:

Permission